object frmToolbarSetup: TfrmToolbarSetup Left = 300 Top = 287 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Customize Toolbar' ClientHeight = 259 ClientWidth = 497 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object pnlSections: TPanel Left = 0 Top = 0 Width = 497 Height = 259 Align = alClient BevelOuter = bvNone TabOrder = 0 object lblAvailable: TElLabel Left = 8 Top = 9 Width = 116 Height = 13 Caption = 'A&vailable toolbar buttons' Transparent = False end object lblVisible: TElLabel Left = 250 Top = 9 Width = 107 Height = 13 Caption = '&Current toolbar buttons' Transparent = False end object TextOptionsLabel: TElLabel Left = 8 Top = 208 Width = 58 Height = 13 Caption = 'Te&xt options' Transparent = False end object IconOptionsLabel: TElLabel Left = 8 Top = 236 Width = 61 Height = 13 Caption = 'Ico&n options:' Transparent = False end object btnAdd: TElPopupButton Left = 166 Top = 82 Width = 75 Height = 23 Cursor = crDefault ImageIndex = 0 DrawDefaultFrame = False LinkStyle = [fsUnderline] NumGlyphs = 1 ShowFocus = False Caption = '&Add ->' TabStop = False TabOrder = 1 Color = clBtnFace ParentColor = False OnClick = btnAddClick end object btnDelete: TElPopupButton Left = 166 Top = 111 Width = 75 Height = 23 Cursor = crDefault ImageIndex = 0 DrawDefaultFrame = False LinkStyle = [fsUnderline] NumGlyphs = 1 ShowFocus = False Caption = '<- &Remove' Enabled = False TabStop = False TabOrder = 2 Color = clBtnFace ParentColor = False OnClick = btnDeleteClick end object btnUp: TElPopupButton Left = 415 Top = 82 Width = 75 Height = 23 Cursor = crDefault ImageIndex = 0 DrawDefaultFrame = False LinkStyle = [fsUnderline] NumGlyphs = 1 ShowFocus = False Caption = 'Move &Up' Enabled = False TabStop = False TabOrder = 4 Color = clBtnFace ParentColor = False OnClick = btnUpClick end object btnDown: TElPopupButton Left = 415 Top = 119 Width = 75 Height = 23 Cursor = crDefault ImageIndex = 0 DrawDefaultFrame = False LinkStyle = [fsUnderline] NumGlyphs = 1 ShowFocus = False Caption = 'Move &Down' Enabled = False TabStop = False TabOrder = 5 Color = clBtnFace ParentColor = False OnClick = btnDownClick end object btnOk: TElPopupButton Left = 415 Top = 9 Width = 75 Height = 23 Cursor = crDefault ImageIndex = 0 DrawDefaultFrame = False Default = True ModalResult = 1 LinkStyle = [fsUnderline] NumGlyphs = 1 ShowFocus = False Caption = 'OK' TabOrder = 8 Color = clBtnFace ParentColor = False end object btnCancel: TElPopupButton Left = 415 Top = 38 Width = 75 Height = 23 Cursor = crDefault ImageIndex = 0 DrawDefaultFrame = False Cancel = True ModalResult = 2 LinkStyle = [fsUnderline] NumGlyphs = 1 ShowFocus = False Caption = 'Cancel' TabOrder = 9 Color = clBtnFace ParentColor = False end object lbxAvailable: TElListBox Left = 6 Top = 24 Width = 151 Height = 172 AllowGrayed = False IncrementalSearchTimeout = 0 ItemHeight = 13 ItemIndex = -1 ActiveBorderType = fbtFlat Flat = True SelectedFont.Charset = DEFAULT_CHARSET SelectedFont.Color = clHighlightText SelectedFont.Height = -11 SelectedFont.Name = 'MS Sans Serif' SelectedFont.Style = [] OnClick = FormShow OnDblClick = btnAddClick OnDragDrop = lbxAvailableDragDrop OnDragOver = lbxAvailableDragOver OnEnter = lbxAvailableEnter OnExit = FormShow OnMouseDown = lbxAvailableMouseDown TabOrder = 0 HorzScrollBarStyles.ActiveFlat = False HorzScrollBarStyles.Width = 17 HorzScrollBarStyles.OwnerDraw = False VertScrollBarStyles.ActiveFlat = False VertScrollBarStyles.Width = 17 VertScrollBarStyles.OwnerDraw = False end object lbxVisible: TElListBox Left = 250 Top = 24 Width = 151 Height = 172 AllowGrayed = False IncrementalSearchTimeout = 0 ItemHeight = 13 ItemIndex = -1 ActiveBorderType = fbtFlat Flat = True SelectedFont.Charset = DEFAULT_CHARSET SelectedFont.Color = clHighlightText SelectedFont.Height = -11 SelectedFont.Name = 'MS Sans Serif' SelectedFont.Style = [] OnClick = FormShow OnDblClick = btnDeleteClick OnDragDrop = lbxVisibleDragDrop OnDragOver = lbxVisibleDragOver OnEnter = lbxVisibleEnter OnExit = FormShow OnMouseDown = lbxVisibleMouseDown TabOrder = 3 HorzScrollBarStyles.ActiveFlat = False HorzScrollBarStyles.Width = 17 HorzScrollBarStyles.OwnerDraw = False VertScrollBarStyles.ActiveFlat = False VertScrollBarStyles.Width = 17 VertScrollBarStyles.OwnerDraw = False end object TextOptionsCombo: TElComboBox Left = 88 Top = 205 Width = 153 Height = 21 Cursor = crIBeam ButtonArrowColor = clBlack Items.Strings = ( 'Show text labels' 'No text labels') ItemHeight = 13 VertScrollBarStyles.ActiveFlat = False VertScrollBarStyles.Width = 17 VertScrollBarStyles.OwnerDraw = False HorzScrollBarStyles.ActiveFlat = False HorzScrollBarStyles.Width = 17 HorzScrollBarStyles.OwnerDraw = False AutoHistory = False AutoHistoryDirection = ahdFirst AutoHistoryLimit = 25 TopMargin = 2 RightMargin = 1 ReadOnly = True BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom] Flat = True ActiveBorderType = fbtFlat LineBorderActiveColor = clBlack LineBorderInactiveColor = clBlack ButtonShortcut = 0 ButtonWidth = 15 AltButtonNumGlyphs = 1 AltButtonPopupPlace = ppDown AltButtonShortcut = 0 AltButtonWidth = 13 BorderStyle = bsSingle TabOrder = 6 ParentColor = False end object IconOptionsCombo: TElComboBox Left = 88 Top = 233 Width = 153 Height = 21 Cursor = crIBeam ButtonArrowColor = clBlack Items.Strings = ( 'Small Icons' 'Large Icons') ItemHeight = 13 VertScrollBarStyles.ActiveFlat = False VertScrollBarStyles.Width = 17 VertScrollBarStyles.OwnerDraw = False HorzScrollBarStyles.ActiveFlat = False HorzScrollBarStyles.Width = 17 HorzScrollBarStyles.OwnerDraw = False AutoHistory = False AutoHistoryDirection = ahdFirst AutoHistoryLimit = 25 TopMargin = 2 RightMargin = 1 ReadOnly = True BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom] Flat = True ActiveBorderType = fbtFlat LineBorderActiveColor = clBlack LineBorderInactiveColor = clBlack ButtonShortcut = 0 ButtonWidth = 15 AltButtonNumGlyphs = 1 AltButtonPopupPlace = ppDown AltButtonShortcut = 0 AltButtonWidth = 13 BorderStyle = bsSingle TabOrder = 7 ParentColor = False end end end